Update Visual C++ property sheets
authorChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 7 Jan 2012 03:21:46 +0000 (11:21 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Sat, 7 Jan 2012 03:21:46 +0000 (11:21 +0800)
"Install" (and hence compile with glib-compile-schemas.exe) the new
org.gtk.WindowState.gschema.xml gschema file.

build/win32/vs10/gtk+.props
build/win32/vs9/gtk+.vsprops

index 8a20c281aa023339ac14c5d16258512ae289c1ed..5e7bce6196026c92c04edd3578aea81b2a5befb7 100644 (file)
@@ -565,7 +565,9 @@ mkdir $(CopyDir)\share\glib-2.0\schemas
 
 copy ..\..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(CopyDir)\share\glib-2.0\schemas
 
-echo "Compiling gsettings XML File(s)..."
+copy ..\..\..\gtk\org.gtk.WindowState.gschema.xml $(CopyDir)\share\glib-2.0\schemas
+
+echo "Compiling gsettings XML Files..."
 
 $(CopyDir)\bin\glib-compile-schemas.exe $(CopyDir)\share\glib-2.0\schemas
 
index bf1d7918794caf910a8b8bda0f99a67e1ecd9a40..364a018444b0d4bce28f1b48f52f842369260eef 100644 (file)
@@ -339,7 +339,8 @@ copy $(ConfigurationName)\$(PlatformName)\bin\gailutil.lib $(OutDir)\lib&#x0D;&#
 \r
 mkdir $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;\r
 copy ..\..\..\gtk\org.gtk.Settings.FileChooser.gschema.xml $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;\r
-echo &quot;Compiling gsettings XML File(s)...&quot;&#x0D;&#x0A;\r
+copy ..\..\..\gtk\org.gtk.WindowState.gschema.xml $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;\r
+echo &quot;Compiling gsettings XML Files...&quot;&#x0D;&#x0A;\r
 $(OutDir)\bin\glib-compile-schemas.exe $(OutDir)\share\glib-2.0\schemas&#x0D;&#x0A;\r
 "\r
        />\r